home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global act
- if act = 0 then
- if rollOver(12) or rollOver(22) or rollOver(23) then
- cursor([901, 902])
- else
- HotSpots(9, 10)
- end if
- if rollOver(12) then
- onVis(11)
- else
- InVis(11)
- end if
- end if
- if act = 1 then
- if rollOver(25) or rollOver(26) then
- cursor([901, 902])
- else
- cursor(-1)
- end if
- Loopframe()
- end if
- go(22)
- end
-